@font-face {
    font-family: "Inter-Bold";
    src: url("https://images.hanlonsonline.co.uk/Camden Portal Demo/fonts/Inter-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Inter-Medium";
    src: url("https://images.hanlonsonline.co.uk/Camden Portal Demo/fonts/Inter-Medium.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Inter-Regular";
    src: url("https://images.hanlonsonline.co.uk/Camden Portal Demo/fonts/Inter-Regular.ttf");
    font-weight: 700;
    font-style: normal;
}

h1.title-one {
    margin-top: 30px;
    font-family: "Inter-Bold";
    font-size: 42px;
}

h2 {
    font-weight: bold;
    font-family: "Inter-Bold";
}

h3 {
    font-size: 19px;
    font-family: "Inter-Bold";
}

@media (min-width:1536px) and (max-width:1920px) {
    .img-who-can-join-banner {
        width: 167%;
        margin-left: -35%;
    }
}

@media (min-width:1025px) and (max-width:1440px) {
    .img-who-can-join-banner {
        margin-left: -7%;
        width: 111%;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .img-who-can-join-banner {
        margin-left: -7%;
        width: 110%;
    }
}

@media (min-width:375px) and (max-width:768px) {
    .img-who-can-join-banner {
        width: 100%;
    }
}